UNPKG

334 BJavaScriptView Raw
1module.exports = {
2 "name": "ShellCheck Config",
3 "type": "data",
4 "color": "#cecfcb",
5 "filenames": [
6 ".shellcheckrc"
7 ],
8 "aliases": [
9 "shellcheckrc"
10 ],
11 "tmScope": "source.shellcheckrc",
12 "aceMode": "ini",
13 "codemirrorMode": "properties",
14 "codemirrorMimeType": "text/x-properties",
15 "languageId": 687511714
16}